CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CRC matlab

搜索资源列表

  1. fcs_gen

    0下载:
  2. 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:519
    • 提供者:alex
  1. Engineering_Analysis-InteractiveMethodsandProgram

    0下载:
  2. Engineering Analysis - Interactive Methods and Programs With FORTRAN QuickBASIC MATLAB and Mathematica - Y. C. Pao (CRC, 2001).-Engineering Analysis- Interactive Methods and Programs With FORTRAN QuickBASIC MATLAB and Mathematica- Y. C. Pao (CRC, 200
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3836248
    • 提供者:Garrett
  1. ecaumatlab

    0下载:
  2. CRC - Electronics and Circuit Analysis Using MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1891560
    • 提供者:wjantee
  1. ff

    0下载:
  2. 包括CRC,卷积码,RS码以及TCM码的matlab程序-include CRC check,convcode,RScode and TCMcode.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:5366
    • 提供者:杜晓明
  1. CRCgen

    0下载:
  2. 附件为LTE里CRC校验的MATLAB源程序。-The CRC checkout of LTE.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1031
    • 提供者:大侠
  1. R_Graphics(CRC2006)

    0下载:
  2. 《R Graphics》是CRC Press 2006年的新书。详细讲解用R语言绘图。(R语言在人工智能、数值分析领域应用越来越广了,大有取代Matlab的趋势,大家不妨学学R语言)-"R Graphics" is published by CRC Press in 2006. It s about how to use R language to plot graphics.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3331096
    • 提供者:Bingmiao Huang
  1. CRCImplement

    0下载:
  2. 信息科学与通信工程中信息论编码中CRC编码的MATLAB程序-Information Science and Communication Engineering in the CRC coded information theory coding procedures MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:347698
    • 提供者:常虹
  1. CRC_matlab

    1下载:
  2. CRC 循环冗余校验码 matlab 实现-CRC cyclic redundancy check code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3315
    • 提供者:wwang
  1. crc16

    0下载:
  2. 用matlab编写的对输入的序列进行CRC-16的校验编码。-This scr ipt Calculate crc-16 from a binary line of code creat
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:wangquanhui
  1. Solving_Problems_with_MATLAB

    0下载:
  2. 老外写的关于使用matlab解决应用数学的一些问题,英文版-Solving. Applied. Mathematical. Problems. With. MATLAB,. Xue,. Chen,. CRC,. 2009 foreigners wrote about using MATLAB solve some of the Problems of Applied mathematics, English version
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:8050261
    • 提供者:xxx
  1. matlab_for_CRC

    0下载:
  2. 用MATLAB随机产生12000个均匀分布的随机数,先转换成二进制数,计算CRC,然后再转成十进制数,统计冲突结果。-Generate 12000 random number,then calculate the CRC and the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1993
    • 提供者:史啸
  1. LTE_CRC_APPEND

    0下载:
  2. LTE中的CRC添加代码 分逐位运算和逐字节运算(查表法) matlab实现-Appending CRC for data_bits in LTE
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:266678
    • 提供者:陈乐
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. De_CRC_Bit

    0下载:
  2. matlab环境下的 CRC解码程序,主要是用于无线通信系统中。-The the CRC decoding program in the Matlab environment, mainly used in wireless communication systems.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:668
    • 提供者:会还剩
  1. snwwithcrc4-(1)

    0下载:
  2. matlab code for crc encoder and decoder
  3. 所属分类:Communication

    • 发布日期:2017-12-08
    • 文件大小:2095
    • 提供者:basit
  1. CRC8pro2

    0下载:
  2. MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1230
    • 提供者:刘念
  1. CRC_PUSCH

    0下载:
  2. LTE CRC校验码 MATLAB仿真 上行共享信道编解码 仿真方案-LTE CRC checksum MATLAB simulation
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-27
    • 文件大小:43443
    • 提供者:刘伟斌
  1. testCRC8

    0下载:
  2. 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:黎子
  1. bujindianji

    0下载:
  2. 对于CRC校验的算法有直接算法和改进算法,在matlab仿真中直接用CRC-N Genraor 模块,它可以自身编码 ,哪位高手知道,CRC-N Genraor 模块运用的原理属于不属于上面所说的直接算法-For CRC checksum algorithm has a direct algorithm and improved algorithm, matlab simulation directly CRC-N Genraor module that can encode itself, w
  3. 所属分类:File Formats

    • 发布日期:2017-05-14
    • 文件大小:3237934
    • 提供者:锡华
  1. my_crc_exp5

    0下载:
  2. 使用MATLAB进行DECT系统中CRC-16的实现过程-Use MATLAB for DECT system implementation process of the CRC-16
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:565
    • 提供者:朱丹枫
« 1 2 3 4 56 »
搜珍网 www.dssz.com